body {
    font-family: 'Roboto', sans-serif !important;

    --PrimaryColor: #1d8da7;
    --OrangeColor: #f47521;
    --TextColor: #333333;
    --LightTextColor: #666666;
    transition-duration: 0.3s;
    padding-bottom: 50px;

}


button {
    outline: none !important;
    transition-duration: 0.3s;
    font-family: 'Roboto', sans-serif !important;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: var(--textcolor);
    font-family: 'Roboto', sans-serif !important;
}

a {
    outline: none !important;
    transition-duration: 0.3s;
    font-family: 'Roboto', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headingColor);
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif !important;
}

.header-wrapper {
    width: 100%;
    background: url(../img/header-bg.svg) no-repeat top right #e8f3f6;
    overflow: hidden;
    background-size: 30%;
    position: relative;
    padding-bottom: 40px;
}

.header-btn {
    width: 100%;
    padding: 0;
    margin: 8px 0px;
    text-align: center;
    background: none;
    outline: none;
    border: none;
}

.header-btn h6 {
    width: 100%;
    padding: 0;
    margin: 12px 0px 0px 0px;
    text-align: center;
    font-size: 14px;
    color: var(--TextColor);
    transition-duration: 0.3s;
}

.header-btn:hover h6 {
    color: var(--PrimaryColor);
}

.header-btn span {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.header-btn span img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    display: inline-block;
}

.profilepic-btn {
    float: right;
    width: 56px;
    height: 56px;
    background: var(--PrimaryColor);
    overflow: hidden;
    border-radius: 50%;
    outline: none;
    background: url(../img/profilepicture.svg) no-repeat;
    background-size: 100%;
    border: 3px solid var(--PrimaryColor);
    padding: 0;
}

.profilepic-btn img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.header-wrapper .col-lg-9 h6 {
    width: 100%;
    padding: 0;
    margin: 8px 0px 0px 0px;
    font-size: 14px;
}

.header-wrapper .col-lg-9 h4 {
    width: 100%;
    padding: 0;
    margin: -2px 0px 0px 0px;
    font-size: 24px;
    line-height: normal;
}

.header-wrapper .col-lg-9 h4 span {
    position: relative;
    padding-right: 40px;
}

.header-wrapper .col-lg-9 h4 span::after {
    width: 30px;
    height: 30px;
    background: url(../img/hand-icon.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    content: '';

    animation-name: wave-animations;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    transform-origin: 0% 90%;
}

@keyframes wave-animations {
    0% {
        transform: rotate(0.0deg)
    }

    10% {
        transform: rotate(14.0deg)
    }

    /* The following five values can be played with to make the waving more or less extreme */
    20% {
        transform: rotate(-8.0deg)
    }

    30% {
        transform: rotate(14.0deg)
    }

    40% {
        transform: rotate(-4.0deg)
    }

    50% {
        transform: rotate(10.0deg)
    }

    60% {
        transform: rotate(0.0deg)
    }

    /* Reset for the last half to pause */
    100% {
        transform: rotate(0.0deg)
    }
}

.header-wrapper .header-con {
    margin-top: 26px;
    margin-bottom: 30px;
}

.contentarea-wrapper {
    width: 100%;
    background: #fff;
    position: relative;
    border-radius: 10px;
    margin-top: -10px;
    padding-top: 20px;
}

.contentarea-wrapper .nav {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.contentarea-wrapper .nav .nav-item {
    display: inline-block;

}

.contentarea-wrapper .nav .nav-item a {
    padding: 10px 15px;
    margin: 0;
    font-size: 15px;
    color: var(--TextColor);
    font-weight: 500;
}

.contentarea-wrapper .nav .nav-item a.active {
    background: none;
    color: var(--PrimaryColor);
}

.service-listing {
    margin-left: -8px;
    margin-right: -8px;
}

.service-listing .col-lg-6 {
    padding-left: 8px;
    padding-right: 8px;
}

.service-item {
    width: 100%;
    height: 145px;
    background: #eef1ff;
    border: none;
    outline: none;
    border-radius: 10px;
    text-align: left;
    margin: 0px;
    padding: 0;
    overflow: hidden;
    display: inline-block;
    padding-right: 170px;
    padding-left: 25px;
    z-index: 990;
    display: block;
    position: relative;
    margin: 8px 0px;
}

.service-item h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 18px 0px;
    font-size: 18px;
    color: var(--TextColor);
    font-weight: 500;
}

.service-item-right {
    width: 170px;
    height: 145px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;

}

.service-item-right:before {
    width: 215px;
    height: 215px;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 20px;
    top: -5px;

    background: rgba(170, 196, 255, 1);
    background: -moz-linear-gradient(-45deg, rgba(170, 196, 255, 1) 0%, rgba(210, 218, 255, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(170, 196, 255, 1)), color-stop(100%, rgba(210, 218, 255, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(170, 196, 255, 1) 0%, rgba(210, 218, 255, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(170, 196, 255, 1) 0%, rgba(210, 218, 255, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(170, 196, 255, 1) 0%, rgba(210, 218, 255, 1) 100%);
    background: linear-gradient(135deg, rgba(170, 196, 255, 1) 0%, rgba(210, 218, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aac4ff', endColorstr='#d2daff', GradientType=1);
    z-index: 0;
}

.service-item-right img {
    z-index: 10;
    position: relative;
}

.service-item.swimming-item .service-item-right img {
    height: 135px;
    position: absolute;
    left: 0px;
    bottom: -25px;

    animation-name: swimming-animations;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    transform-origin: center;
}

@keyframes swimming-animations {
    0% {
        left: 0px;
        bottom: -25px;
    }

    50% {
        left: 20px;
        bottom: 0px;
    }

    100% {
        left: 0px;
        bottom: -25px;
    }
}

.service-item .service-count {
    width: 100%;
    position: relative;
    padding-left: 50px;
}

.service-item .service-count ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.service-item .service-count ul li {
    list-style: none;
    padding: 0px 0px 0px 18px;
    margin: 8px 0px 0px 0px;
    line-height: normal;
    font-size: 12px;
    font-weight: 500;
    position: relative;
}

.service-item .service-count ul li font {
    opacity: 0.6;
}

.service-item .service-count ul li:nth-child(1):before {
    background: #abc4ff;
}

.service-item .service-count ul li:nth-child(2):before {
    opacity: 0.4;
}

.service-item .service-count ul li::before {
    width: 10px;
    height: 10px;
    background: #aac4ff;
    position: absolute;
    left: 0px;
    top: 2px;
    border-radius: 50%;
    content: '';
}


.flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 36px;
    height: 36px;
}

.single-chart {
    width: 100%;
    position: relative;
    left: 0%;
    justify-content: space-around;
}

.circular-chart {
    display: block;
    margin: 0px auto;
    max-width: 100%;
    max-height: 250px;
}

.circle-bg {
    fill: none;
    stroke: rgba(0, 0, 0, 0.2);
    stroke-width: 3;
}

.service-item.swimming-item .circle-bg {
    stroke: rgba(171, 196, 255, 0.2);
}

.circle {
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart.orange .circle {
    stroke: var(--PrimaryColor);
}

.service-item.swimming-item .circular-chart.orange .circle {
    stroke: #abc4ff !important;
}

.percentage {
    font-family: sans-serif;
    font-size: 0.5em;
    font-weight: bold;
    text-anchor: middle;
    fill: var(--TextColor);
}

.badminton-item {
    background: #def5e5;
}

.badminton-item .service-count ul li:nth-child(1):before {
    background: #8bcbb8;
}

.badminton-item .service-count ul li::before {
    background: #8bcbb8;
}

.badminton-item .service-item-right:before {
    background: rgba(158, 213, 197, 1);
    background: -moz-linear-gradient(-45deg, rgba(158, 213, 197, 1) 0%, rgba(204, 239, 224, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(158, 213, 197, 1)), color-stop(100%, rgba(204, 239, 224, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(158, 213, 197, 1) 0%, rgba(204, 239, 224, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(158, 213, 197, 1) 0%, rgba(204, 239, 224, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(158, 213, 197, 1) 0%, rgba(204, 239, 224, 1) 100%);
    background: linear-gradient(135deg, rgba(158, 213, 197, 1) 0%, rgba(204, 239, 224, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ed5c5', endColorstr='#ccefe0', GradientType=1);
}

.badminton-item .circle-bg {
    stroke: #bde4d3;
}

.badminton-item .circular-chart.orange .circle {
    stroke: #8bcbb8;
}

.badminton-item .service-item-right img {
    width: 156px;
    top: 30px;
    animation-name: batminton-animations;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    transform-origin: center;
}

@keyframes batminton-animations {
    0% {
        left: 0px;
        top: 30px;
    }

    50% {
        left: 20px;
        top: 0px;
    }

    100% {
        left: 0px;
        top: 30px;
    }
}


.football-item {
    background: #fbffe2;
}

.football-item .service-count ul li:nth-child(1):before {
    background: #dad286;
}

.football-item .service-count ul li::before {
    background: #dad286;
}

.football-item .service-item-right:before {
    background: rgba(230, 222, 154, 1);
    background: -moz-linear-gradient(-45deg, rgba(230, 222, 154, 1) 0%, rgba(244, 239, 182, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(230, 222, 154, 1)), color-stop(100%, rgba(244, 239, 182, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(230, 222, 154, 1) 0%, rgba(244, 239, 182, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(230, 222, 154, 1) 0%, rgba(244, 239, 182, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(230, 222, 154, 1) 0%, rgba(244, 239, 182, 1) 100%);
    background: linear-gradient(135deg, rgba(230, 222, 154, 1) 0%, rgba(244, 239, 182, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6de9a', endColorstr='#f4efb6', GradientType=1);
}

.football-item .circle-bg {
    stroke: #eeedbe;
}

.football-item .circular-chart.orange .circle {
    stroke: #dad286;
}

.football-item .service-item-right img {
    width: 156px;
    top: 25px;
    animation-name: footballturf-animations;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    transform-origin: center;
}

@keyframes footballturf-animations {
    0% {
        left: 0px;
        top: 25px;
    }

    50% {
        left: 0px;
        top: 5px;
    }

    100% {
        left: 0px;
        top: 25px;
    }
}



.gymnasium-item {
    background: #f1efef;
}

.gymnasium-item .service-count ul li:nth-child(1):before {
    background: #aaaaaa;
}

.gymnasium-item .service-count ul li::before {
    background: #aaaaaa;
}

.gymnasium-item .service-item-right:before {
    background: rgba(170, 170, 170, 1);
    background: -moz-linear-gradient(-45deg, rgba(170, 170, 170, 1) 0%, rgba(203, 203, 203, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(170, 170, 170, 1)), color-stop(100%, rgba(203, 203, 203, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(170, 170, 170, 1) 0%, rgba(203, 203, 203, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(170, 170, 170, 1) 0%, rgba(203, 203, 203, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(170, 170, 170, 1) 0%, rgba(203, 203, 203, 1) 100%);
    background: linear-gradient(135deg, rgba(170, 170, 170, 1) 0%, rgba(203, 203, 203, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaaa', endColorstr='#cbcbcb', GradientType=1);
}

.gymnasium-item .circle-bg {
    stroke: #d5d3d3;
}

.gymnasium-item .circular-chart.orange .circle {
    stroke: #aaaaaa;
}

.gymnasium-item .service-item-right img {
    width: 156px;
    top: 20px;
    animation-name: gym-animations;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    transform-origin: center;
}

@keyframes gym-animations {
    0% {
        left: 0px;
        top: 20px;
    }

    50% {
        left: 10px;
        top: 5px;
    }

    100% {
        left: 0px;
        top: 20px;
    }
}

.coming-soon {
    width: 100%;
    font-size: 14px;
    margin-top: 45px;
    margin-bottom: 45px;
    text-align: center;
    opacity: 0.4;
}

.offers-wrapper {
    margin-top: 25px;
}

.offers-wrapper h4 {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.offers-header button {
    float: right;
    padding: 0;
    margin: -3px 0px 0px 5px;
    padding: 0px;
    background: none;
    outline: none;
    border: none;
    width: 30px;
    height: 20px;
}

.offers-header button svg {
    width: 30px;
    height: 20px;
}

.offers-scroll {
    margin-left: -8px;
    margin-right: -8px;
}

.offers-scroll .col-lg-4 {
    padding-left: 8px;
    padding-right: 8px;
}

.offers-scroll .col-lg-4 img {
    width: 100%;
}

.offers-scroll {
    overflow-y: auto;
    white-space: nowrap;
    display: block;
}

.offers-scroll::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.offers-scroll .col-lg-4 {
    display: inline-block;
    color: white;
}

.offers-header {
    margin-bottom: 12px;
}

.offers-header .right-arrow svg {
    transform: rotate(180deg);
}

.offers-header .st0 {
    fill: var(--TextColor);
    width: 30px;
    height: 20px;
}

.offers-header button:hover .st0 {
    fill: var(--PrimaryColor);
}

.wallfooter-wrap {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ced0d4;
    text-align: center;
    position: fixed;
    bottom: 0px;
    min-height: 40px;
    z-index: 1020;
}

.wallfooter-wrap .col-lg-5 .row {
    margin-left: 0px;
    margin-right: 0px;
}

.wallfooter-wrap .col-lg-5 {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}

.wallfooter-wrap .col-lg-5 .search-con {
    width: 0%;
    position: absolute;
    left: 0px;
    min-height: 40px;
    z-index: 990;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.wallfooter-wrap .col-lg-5 .search-con input {
    height: 40px;
    width: 100%;
    border: none;
    outline: none;
    font-size: 15px;
    padding: 0px 20px;
}

.wallfooter-wrap .col-lg-5 .search-con button {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #fff;
    border: none;
    outline: none;
    padding: 0px;
    fill: #676769;
}

.wallfooter-wrap .col-lg-5 .search-con button:hover {
    fill: #ed1b26;
}

.wallfooter-wrap .col-lg-5 .search-con button svg {
    width: 15px;
    height: 15px;
}

.wallfooter-wrap .col-lg-5 .row .footerbtn-con {
    padding-left: 0px;
    padding-right: 0px;
}

.wallfooter-wrap .col-lg-5 .row .footerbtn-con button svg {
    width: 17px;
    position: relative;
    top: -2px;
    fill: #676769;
}

.wallfooter-wrap .col-lg-5 .row .footerbtn-con button:hover svg {
    fill: #ec1721;
}

.wallfooter-wrap .footerbtn-con button {
    width: 100%;
    text-align: center;
    min-height: 40px;
    border: none;
    outline: none;
    background: none;
    color: #676769;
    font-size: 15px;
    font-weight: normal;
    position: relative;
}

.wallfooter-wrap .footerbtn-con button:hover {
    color: #c10d15;
}

.wallfooter-wrap .footerbtn-con button font {
    width: 18px;
    height: 14px;
    background-color: #ef2546;
    border-radius: 10px;
    font-size: 9px;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 50%;
    font-weight: 900;
    padding-top: 0px;
    color: #fff;
}

.wallfooter-wrap .footerbtn-con button i {
    margin-right: 6px;
    font-size: 16px;
}

.wallfooter-wrap {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ced0d4;
    text-align: center;
    position: fixed;
    bottom: 0px;
    min-height: 40px;
    margin-bottom: env(safe-area-inset-bottom);
    margin-bottom: constant(safe-area-inset-bottom);
    display: none;
    visibility: hidden;
}



.wallfooter-wrap span {
    width: 100%;
    font-size: 11px;
    line-height: normal;
    float: left;
    margin-top: -1px !important;
}

.header-con .dropdown-menu .dropdown-item {
    width: 100%;
    padding: 2px 8px;
    margin: 0;
    font-size: 13px;
}

.header-con .dropdown-menu .dropdown-item:hover {
    background: var(--PrimaryColor);
    color: #fff;
}

.sidebar-wrapper {
    width: 260px;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0px;
    right: -270px;
    z-index: 999;
    display: table;

    transition-duration: 0.3s;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);

}

.sidebar-wrapper ul {
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

.sidebar-wrapper ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.sidebar-wrapper ul li a {
    line-height: normal;
    color: var(--LightTextColor);
    width: 100%;
    padding: 8px 0px;
    display: inline-block;
}

.sidebar-wrapper ul li a:hover {
    text-decoration: none;
    background: var(--PrimaryColor);
    color: #fff;
}

.menubars {
    width: 40px;
    height: 40px;
    background: var(--PrimaryColor);
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 1030;
    border: none;
    outline: none;
    padding: 0px 12px 0px 12px;
    margin: 0;
}

.menubars path {
    fill: #fff;
}

.viewsidebar .sidebar-wrapper {
    right: 0px;
}

.splash-bg {
    background: url(../img/splash-bg.jpg);
    padding: 0px;
}

.splashscreen-wrap {
    height: 100vh;
    display: table;
    position: relative;
    padding-bottom: 50px;

}

.splashscreen-wrap span {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.splashscreen-wrap span img {
    height: 125px;
}

.progressbar-wrapper {
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 0px 20px;
}

.progress-bar {
    background-color: #f47521;
}

.progress {
    height: 6px;
}

.loginscreen-wrap {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.loginbtns {
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    background: var(--PrimaryColor);
    border: none;
    outline: none;
    min-height: 45px;
    border-radius: 25px;
}

.loginbtns:hover {
    background: var(--OrangeColor);
}

.loginscreen-wrap .resend-otp {
    width: 100%;
    padding: 0px;
    margin: 25px 0px 0px 0px;
    color: var(--LightTextColor);
    text-align: center;
    font-size: 14px;
}

.loginscreen-wrap .resend-otp a {
    color: var(--LightTextColor);
}

.loginscreen-wrap .resend-otp a b {
    color: var(--PrimaryColor);
}

.loginscreen-wrap .resend-otp a:hover {
    color: var(--OrangeColor);
    text-decoration: none;
}

.loginscreen-wrap h4 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px;
    color: var(--PrimaryColor);
    font-size: 24px;
}

.loginscreen-wrap .otptonumber {
    width: 100%;
    padding: 0px;
    margin: 10px 0px 0px 0px;
    color: var(--LightTextColor);
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

.loginscreen-wrap .row {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 40px;
    margin-top: 35px;
}

.loginscreen-wrap .row .col-3 {
    padding-left: 10px;
    padding-right: 10px;
}

.loginscreen-wrap .row .col-3 input {
    width: 100%;
    text-align: center;
    border: 1px solid #d2e8ed;
    outline: none;
    border-radius: 3px;
    height: 45px;
    transition-duration: 0.3s;
}

.loginscreen-wrap .row .col-3 input:focus {
    border-color: var(--OrangeColor);
}

.loginscreen-middleallign {
    display: table;
    padding-top: 0px;
    padding-bottom: 0px;
}

.login-otp-body {
    position: relative;
}

.login-otp-body::before {
    width: 344px;
    height: 366px;
    background: url(../img/login-right-top.svg) no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    content: '';
    z-index: -1;
}

.login-otp-body::after {
    width: 163px;
    height: 124px;
    background: url(../img/login-bottom-left.svg) no-repeat;
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: '';
    z-index: -1;
}

.login-otp-animation-wrap {
    width: 100%;
    height: 100px;
    text-align: center;
    margin-bottom: 25px;
}

.login-otp-animation-wrap svg {
    height: 100px;
    display: inline-block;
}

.enterotp .st0 {
    display: none;
}

.enterotp .st1 {
    fill: var(--PrimaryColor);
    animation: leftline-anim 2s linear infinite;
    transform-origin: center;
    transform-box: fill-box;
}

.enterotp .st2 {
    fill: var(--PrimaryColor);
    animation: leftline-anim 3s linear infinite;
    transform-origin: center;
    transform-box: fill-box;
}



@keyframes leftline-anim {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.enterotp .st3 {
    fill: var(--PrimaryColor);
    animation: leftline-anim 4s linear infinite;
    transform-origin: center;
    transform-box: fill-box;
}

.enterotp .st4 {
    fill: #FFFFFF;
}

.enterotp .st5 {
    fill: var(--OrangeColor);
}

.enterotp .st6 {
    fill: var(--OrangeColor);
}

.enterotp .st7 {
    fill: var(--OrangeColor);
}

.enterotp .st8 {
    fill: var(--OrangeColor);
}

.enterotp .st9 {
    fill: var(--OrangeColor);
}

.enterotp .st10 {
    fill: var(--OrangeColor);
}

.enterotp path {
    fill: var(--PrimaryColor);
}

.login-anim-one {
    animation: cloudone 10s linear infinite;
}

@keyframes cloudone {
    0% {
        transform: translateY(-40px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-40px);
    }
}

.crossone {
    opacity: 0;
    animation: crossoneanim 5s linear infinite;
}

@keyframes crossoneanim {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    95% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.crosstwo {
    opacity: 0;
    animation: crosstwoanim 5s linear infinite;
}

@keyframes crosstwoanim {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    95% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.crossthree {
    opacity: 0;
    animation: crossthreeanim 5s linear infinite;
}

@keyframes crossthreeanim {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    95% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.crossfour {
    opacity: 0;
    display: none;
    visibility: hidden;
    animation: crossfouranim 5s linear infinite;
}

@keyframes crossfouranim {
    0% {
        opacity: 0;
    }

    15% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    95% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.otp-verify-input input {
    width: 100%;
    text-align: left;
    border: 1px solid #d2e8ed;
    outline: none;
    border-radius: 3px;
    height: 45px;
    transition-duration: 0.3s;
    border-left: none;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    padding-left: 15px;
    font-size: 15px;
}

.otp-verify-input select {
    width: 100%;
    text-align: center;
    border: 1px solid #d2e8ed;
    outline: none;
    border-radius: 3px;
    height: 45px;
    transition-duration: 0.3s;
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 15px;
}

.otp-verify-input {
    margin-left: 0px;
    margin-right: 0px;
}

.otp-verify-input .col-4,
.otp-verify-input .col-8 {
    padding-left: 0px;
    padding-right: 0px;
}

.loginwith-wrapper ul {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.loginwith-wrapper ul li {
    list-style: none;
    padding: 0px 5px;
    margin: 0px;
    display: inline-block;
}


.loginwith-wrapper ul li button {
    width: 45px;
    height: 45px;
    background: none;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
}

.loginwith-wrapper ul li button svg {
    width: 100%;
}

.loginwith-wrapper h6 {
    width: 100%;
    padding: 0;
    margin: 40px 0px 20px 0px;
    text-align: center;
    color: var(--LightTextColor);
    font-size: 14px;
    position: relative;
}

.loginwith-wrapper h6 font {
    background: #fff;
    padding: 0px 20px;
}

.loginwith-wrapper h6::before {
    width: 160px;
    height: 1px;
    background: var(--LightTextColor);
    position: absolute;
    left: 50%;
    margin-left: -80px;
    content: '';
    top: 7px;
    z-index: -1;
    opacity: 0.5;
}

.entermobile .st0 {
    fill: #1D8DA7;
}

.entermobile .st1 {
    fill: var(--OrangeColor);
    animation: mob-lineone 5s linear infinite;

}

@keyframes mob-lineone {
    0% {
        transform: translateY(0px);

    }

    50% {
        transform: translateY(-180px);
    }

    100% {
        transform: translateY(0px);
    }
}


.entermobile .st2 {
    fill: var(--OrangeColor);
    animation: mob-linetwo 5s linear infinite;

}

@keyframes mob-linetwo {
    0% {
        transform: translateY(0px);

    }

    50% {
        transform: translateY(-220px);
    }

    100% {
        transform: translateY(0px);
    }
}

.entermobile .st3 {
    fill: var(--OrangeColor);
    animation: mob-linethree 5s linear infinite;
}

@keyframes mob-linethree {
    0% {
        transform: translateY(0px);

    }

    50% {
        transform: translateY(180px);
    }

    100% {
        transform: translateY(0px);
    }
}

.entermobile .st4 {
    fill: var(--OrangeColor);
    animation: mob-linefour 5s linear infinite;
}


@keyframes mob-linefour {
    0% {
        transform: translateY(0px);

    }

    50% {
        transform: translateY(220px);
    }

    100% {
        transform: translateY(0px);
    }
}

.mobile-line {
    animation: mob-linefive 4s linear infinite;

}


@keyframes mob-linefive {
    0% {
        opacity: 0;

    }

    50% {
        opacity: 1;

    }

    100% {
        opacity: 0;
    }
}

.bell-notification {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 14px 0px 0px 0px;
    border: none;
    outline: none;
    background: none;
    position: relative;
}

.bell-notification .notification-count {
    background: var(--PrimaryColor);
    padding: 0px 5px;
    margin: 0;
    color: #fff;
    position: absolute;
    top: 0px;
    right: -10px;
    font-size: 10px;
    font-weight: 700;
    border-radius: 10px;
}

.bell-notification img {
    position: relative;
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

.innerpage-header-wrapper {
    padding-top: 26px;
    margin-bottom: 10px;
}

.innerpage-header-wrapper h4 {
    padding: 0;
    margin: 14px 0px 0px 0px;
    font-size: 22px;
    font-weight: normal;
}

.bg-circle:before {
    width: 400px;
    height: 400px;
    background: #e8f3f6;
    border-radius: 50%;
    content: '';
    position: fixed;
    left: -120px;
    top: -120px;
    z-index: -2;
}

.planboxitem {
    width: 100%;
    border: 3px solid var(--PrimaryColor) !important;
    height: auto;
    display: inline-block;
    position: relative;
    margin: 15px 0px;
    min-height: 330px;
    z-index: 10;
}

.planboxitem .planbox-top:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: var(--PrimaryColor);
    content: '';
    z-index: -1;
    opacity: 0.15;
}

.planboxitem .planbox-top {
    position: relative;
    padding: 30px 30px 0px 30px;
    display: inline-block;
    width: 100%;
}

.planboxitem .planbox-top .select-planbtn {
    width: 100%;
    padding: 0;
    margin: 0px 0px -20px 0px;
    text-align: center;
    border: none;
    outline: none;
    height: 40px;
    background: var(--PrimaryColor);
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    border-radius: 20px;
    display: inline-block;
    float: left;
}

.planboxitem ul {
    width: 100%;
    padding: 0px 30px;
    margin: 55px 0px 0px 0px;
}

.planboxitem ul li {
    list-style: none;
    padding: 0px 0px 6px 0px;
    margin: 0px 0px 6px 0px;
    width: 100%;
    font-size: 14px;
    color: var(--LightTextColor);
    border-bottom: 1px dashed #e0e0e0;
    position: relative;
}

.planboxitem ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.planboxitem ul li b {
    float: right;
}

.planboxitem .morebtn {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 25px 0px 20px 0px;
    color: var(--PrimaryColor);
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

.planboxitem .planbox-top h6 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 25px 0px;
    font-size: 14px;
    color: var(--LightTextColor);
    font-weight: normal;
}

.planboxitem .planbox-top h5 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 8px 0px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.planboxitem .planbox-top p {
    padding: 0;
    margin: 0;
    color: var(--LightTextColor);
    font-size: 14px;
    line-height: 22px;
}

.planboxitem .planbox-top p a {
    color: var(--PrimaryColor);
    font-weight: 500;
}

.planboxitem .planbox-top h4 {
    width: 100%;
    padding: 0;
    margin: 15px 0px 2px 0px;
}

.planboxitem .planbox-top h4 .offerprice {
    display: inline-block;
    padding: 0px 10px 0px 22px;
    margin: 0px 10px 0px 0px;
    position: relative;
    top: -3px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    opacity: 0.5;
}

.planboxitem .planbox-top h4 .offerprice:before {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 6px;
    background: #000;
    content: '';
}

.planboxitem .planbox-top h4 .offerprice img {
    height: 11px;
    position: absolute;
    left: 10px;
    top: 2px;
}

.planboxitem .planbox-top h4 .actualprice {
    display: inline-block;
    padding: 0px 0px 0px 16px;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    position: relative;
}

.planboxitem .planbox-top h4 .actualprice img {
    height: 17px;
    position: absolute;
    left: 0px;
    top: 5px;
}

.planboxitem .planbox-top .right-traingle {
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-left: 60px solid transparent;
    border-right: 0px solid transparent;
    border-top: 60px solid var(--PrimaryColor);
}

.planboxitem .planbox-top .right-traingle img {
    width: 18px;
    height: 18px;
    position: absolute;
    top: -52px !important;
    right: 7px !important;
}

.plan-one {
    border-color: #7d3c98 !important;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(125, 60, 152, 0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(125, 60, 152, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(125, 60, 152, 0.5);
}

.plan-one.planboxitem .planbox-top:before {
    background: #7d3c98;
}

.plan-one.planboxitem .morebtn,
.plan-one.planboxitem .planbox-top p a {
    color: #7d3c98;

}

.plan-one.planboxitem .planbox-top .right-traingle {
    border-top: 60px solid #7d3c98;
}

.plan-one.planboxitem .planbox-top .select-planbtn {
    background: rgba(124, 60, 152, 1);
    background: -moz-linear-gradient(left, rgba(124, 60, 152, 1) 0%, rgba(165, 105, 189, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(124, 60, 152, 1)), color-stop(100%, rgba(165, 105, 189, 1)));
    background: -webkit-linear-gradient(left, rgba(124, 60, 152, 1) 0%, rgba(165, 105, 189, 1) 100%);
    background: -o-linear-gradient(left, rgba(124, 60, 152, 1) 0%, rgba(165, 105, 189, 1) 100%);
    background: -ms-linear-gradient(left, rgba(124, 60, 152, 1) 0%, rgba(165, 105, 189, 1) 100%);
    background: linear-gradient(to right, rgba(124, 60, 152, 1) 0%, rgba(165, 105, 189, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c3c98', endColorstr='#a569bd', GradientType=1);
}



.plan-two {
    border-color: #f66053 !important;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(246, 96, 83, 0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(246, 96, 83, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(246, 96, 83, 0.5);

}

.plan-two.planboxitem .planbox-top:before {
    background: #f66053;
}

.plan-two.planboxitem .morebtn,
.plan-two.planboxitem .planbox-top p a {
    color: #f66053;

}

.plan-two.planboxitem .planbox-top .right-traingle {
    border-top: 60px solid #f66053;
}

.plan-two.planboxitem .planbox-top .select-planbtn {
    background: rgba(246, 97, 83, 1);
    background: -moz-linear-gradient(left, rgba(246, 97, 83, 1) 0%, rgba(249, 165, 62, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246, 97, 83, 1)), color-stop(100%, rgba(249, 165, 62, 1)));
    background: -webkit-linear-gradient(left, rgba(246, 97, 83, 1) 0%, rgba(249, 165, 62, 1) 100%);
    background: -o-linear-gradient(left, rgba(246, 97, 83, 1) 0%, rgba(249, 165, 62, 1) 100%);
    background: -ms-linear-gradient(left, rgba(246, 97, 83, 1) 0%, rgba(249, 165, 62, 1) 100%);
    background: linear-gradient(to right, rgba(246, 97, 83, 1) 0%, rgba(249, 165, 62, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f66153', endColorstr='#f9a53e', GradientType=1);
}




.plan-three {
    border-color: #023e8a !important;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(2, 62, 138, 0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(2, 62, 138, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(2, 62, 138, 0.5);

}

.plan-three.planboxitem .planbox-top:before {
    background: #023e8a;
}

.plan-three.planboxitem .morebtn,
.plan-three.planboxitem .planbox-top p a {
    color: #023e8a;

}

.plan-three.planboxitem .planbox-top .right-traingle {
    border-top: 60px solid #023e8a;
}

.plan-three.planboxitem .planbox-top .select-planbtn {
    background: rgba(2, 61, 138, 1);
    background: -moz-linear-gradient(left, rgba(2, 61, 138, 1) 0%, rgba(0, 118, 182, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2, 61, 138, 1)), color-stop(100%, rgba(0, 118, 182, 1)));
    background: -webkit-linear-gradient(left, rgba(2, 61, 138, 1) 0%, rgba(0, 118, 182, 1) 100%);
    background: -o-linear-gradient(left, rgba(2, 61, 138, 1) 0%, rgba(0, 118, 182, 1) 100%);
    background: -ms-linear-gradient(left, rgba(2, 61, 138, 1) 0%, rgba(0, 118, 182, 1) 100%);
    background: linear-gradient(to right, rgba(2, 61, 138, 1) 0%, rgba(0, 118, 182, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#023d8a', endColorstr='#0076b6', GradientType=1);
}



.plan-four {
    border-color: #780000 !important;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(120, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(120, 0, 0, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(120, 0, 0, 0.5);
}

.plan-four.planboxitem .planbox-top:before {
    background: #780000;
}

.plan-four.planboxitem .morebtn,
.plan-four.planboxitem .planbox-top p a {
    color: #780000;

}

.plan-four.planboxitem .planbox-top .right-traingle {
    border-top: 60px solid #780000;
}

.plan-four.planboxitem .planbox-top .select-planbtn {
    background: rgba(120, 0, 0, 1);
    background: -moz-linear-gradient(left, rgba(120, 0, 0, 1) 0%, rgba(193, 18, 30, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(120, 0, 0, 1)), color-stop(100%, rgba(193, 18, 30, 1)));
    background: -webkit-linear-gradient(left, rgba(120, 0, 0, 1) 0%, rgba(193, 18, 30, 1) 100%);
    background: -o-linear-gradient(left, rgba(120, 0, 0, 1) 0%, rgba(193, 18, 30, 1) 100%);
    background: -ms-linear-gradient(left, rgba(120, 0, 0, 1) 0%, rgba(193, 18, 30, 1) 100%);
    background: linear-gradient(to right, rgba(120, 0, 0, 1) 0%, rgba(193, 18, 30, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#780000', endColorstr='#c1121e', GradientType=1);
}


.plan-five {
    border-color: #4d8076 !important;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(77, 128, 118, 0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(77, 128, 118, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(77, 128, 118, 0.5);

}

.plan-five.planboxitem .planbox-top:before {
    background: #4d8076;
}

.plan-five.planboxitem .morebtn,
.plan-five.planboxitem .planbox-top p a {
    color: #4d8076;

}

.plan-five.planboxitem .planbox-top .right-traingle {
    border-top: 60px solid #4d8076;
}

.plan-five.planboxitem .planbox-top .select-planbtn {
    background: rgba(77, 128, 118, 1);
    background: -moz-linear-gradient(left, rgba(77, 128, 118, 1) 0%, rgba(0, 201, 168, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(77, 128, 118, 1)), color-stop(100%, rgba(0, 201, 168, 1)));
    background: -webkit-linear-gradient(left, rgba(77, 128, 118, 1) 0%, rgba(0, 201, 168, 1) 100%);
    background: -o-linear-gradient(left, rgba(77, 128, 118, 1) 0%, rgba(0, 201, 168, 1) 100%);
    background: -ms-linear-gradient(left, rgba(77, 128, 118, 1) 0%, rgba(0, 201, 168, 1) 100%);
    background: linear-gradient(to right, rgba(77, 128, 118, 1) 0%, rgba(0, 201, 168, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d8076', endColorstr='#00c9a8', GradientType=1);
}


.plan-six {
    border-color: #d53624 !important;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(213, 54, 36, 0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(213, 54, 36, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(213, 54, 36, 0.5);


}

.plan-six.planboxitem .planbox-top:before {
    background: #d53624;
}

.plan-six.planboxitem .morebtn,
.plan-six.planboxitem .planbox-top p a {
    color: #d53624;

}

.plan-six.planboxitem .planbox-top .right-traingle {
    border-top: 60px solid #d53624;
}

.plan-six.planboxitem .planbox-top .select-planbtn {
    background: rgba(213, 54, 36, 1);
    background: -moz-linear-gradient(left, rgba(213, 54, 36, 1) 0%, rgba(189, 56, 178, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(213, 54, 36, 1)), color-stop(100%, rgba(189, 56, 178, 1)));
    background: -webkit-linear-gradient(left, rgba(213, 54, 36, 1) 0%, rgba(189, 56, 178, 1) 100%);
    background: -o-linear-gradient(left, rgba(213, 54, 36, 1) 0%, rgba(189, 56, 178, 1) 100%);
    background: -ms-linear-gradient(left, rgba(213, 54, 36, 1) 0%, rgba(189, 56, 178, 1) 100%);
    background: linear-gradient(to right, rgba(213, 54, 36, 1) 0%, rgba(189, 56, 178, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d53624', endColorstr='#bd38b2', GradientType=1);
}

.entermailid input {
    width: 100%;
    text-align: left;
    border: 1px solid #d2e8ed;
    outline: none;
    border-radius: 3px;
    height: 45px;
    transition-duration: 0.3s;
    padding-left: 15px;
    font-size: 15px;
}

.entermailid input:focus {
    border-color: var(--OrangeColor);
}

.enteremail .st0 {
    fill: #1D8DA7;
}

.enteremail .st1 {
    fill: #F47521;

}

.enteremail .mailanim-style {
    animation: footersvg1 3s linear infinite;

    transform-origin: center;
    transform-box: fill-box;
}

@keyframes footersvg1 {
    0% {
        transform: rotateY(0deg);
    }

    40% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    60% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(0deg);
    }

}

.userreg-item {
    width: 100%;
    position: relative;
    margin: 15px 0px;
}

.userreg-item input {
    width: 100%;
    padding: 0px 0px 0px 24px;
    margin: 0;
    height: 30px;
    background: none;
    border: none;
    outline: none;
    border-bottom: 1px solid #cccccc;
    transition-duration: 0.3s;
    color: var(--LightTextColor);
    font-size: 14px;
}

.userreg-item textarea {
    width: 100%;
    padding: 0px 0px 0px 24px;
    margin: 0;
    height: 70px;
    background: none;
    border: none;
    outline: none;
    border-bottom: 1px solid #d2e8ed;
    transition-duration: 0.3s;
    color: var(--LightTextColor);
    font-size: 14px;
}

.userreg-item select {
    width: 100%;
    padding: 0px 0px 0px 24px;
    margin: 0;
    height: 30px;
    background: none;
    border: none;
    outline: none;
    border-bottom: 1px solid #d2e8ed;
    transition-duration: 0.3s;
    color: var(--LightTextColor);
    font-size: 14px;
}

.userreg-item input:focus,
.userreg-item textarea:focus,
.userreg-item select:focus {
    border-color: var(--OrangeColor);
}

.userreg-item label {
    width: 100%;
    padding: 0;
    margin: 0px 0px -3px 0px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.userreg-item label font {
    color: red;
}

.userreg-item i {
    position: absolute;
    left: 0px;
    bottom: 8px;
    color: var(--PrimaryColor);
    font-size: 12px;
}

.adduser-fixed-btn {
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    background: var(--PrimaryColor);
    border: none;
    outline: none;
    min-height: 45px;
    border-radius: 0px;
    z-index: 1020;
    position: fixed;
    left: 0px;
    bottom: 0px;
}


.adduser-fixed-btn:hover {
    background: var(--OrangeColor);
}

.user-registeration .profilepic {
    width: 110px;
    height: 110px;
    display: inline-block;
    background: url(../img/user-placeholder.jpg) no-repeat #bbdde5;
    border-radius: 50%;
    position: relative;
    left: 50%;
    margin-left: -55px;
    overflow: hidden;
    margin-top: 15px;
}

.user-registeration .profilepic img {
    width: 110px;
    height: 110px;
    object-fit: cover;
}

.edit-propic-btn {
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    display: block;
    background: none;
    outline: none;
    border: none;
    font-size: 13px;
    font-weight: 500;
    color: var(--PrimaryColor);
    transition-duration: 0.3s;
    float: left;
}

.edit-propic-btn:hover {
    color: var(--OrangeColor);
}

.activity-header-wrapper {
    width: 100%;
    padding: 20px;
    margin: 0;
    background: var(--PrimaryColor);
    border-radius: 3px;
}

.activity-header-wrapper h4 {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.activity-header-wrapper h3 {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 24px;
    color: #000;
    font-weight: 700;
}

.activity-header-wrapper h6 {
    width: 100%;
    padding: 12px 0px 0px 0px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.activity-header-wrapper ul {
    width: 100%;
    padding: 0;
    margin: 10px 0px 0px 0px;
}

.activity-header-wrapper ul li {
    list-style: none;
    padding: 0px 0px 0px 20px;
    margin: 8px 0px 0px 0px;
    font-size: 13px;
    line-height: normal;
    font-weight: 500;
    position: relative;
}

.activity-header-wrapper ul li:before {
    width: 12px;
    height: 12px;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 1px;
    content: '';
    border-radius: 50%;
}

.activity-header-wrapper .flex-wrapper {
    width: 125px;
    height: 125px;
    float: right;
    left: auto;
    right: 15px;
}

.activity-header-wrapper .circle-bg,
.activity-header-wrapper .circle {
    stroke-width: 2;
}

.activity-header-buttons {
    width: 100%;
    padding: 0;
    margin: 15px 0px 5px 0px;
    text-align: center;
}

.activity-header-buttons li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.activity-header-buttons li button {
    border: none;
    outline: none;
    background: none;
    padding: 10px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

.activity-header-buttons li button:hover {
    color: var(--OrangeColor);
}

.activity-btm-buttons {
    margin-top: 8px;
    margin-left: -5px;
    margin-right: -5px;
}

.activity-btm-buttons .col-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.activity-btm-buttons button {
    width: 100%;
    background: var(--PrimaryColor);
    color: #40584f;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    border-radius: 3px;
    min-height: 40px;
    font-size: 14px;
    font-weight: 500;
}

.activity-btm-buttons button i {
    margin-right: 5px;
}

.activity-history-wrapper {
    width: 100%;
    padding: 45px 0px;
    margin: 45px 0px 0px 0px;
    background: #e8f3f6;
}

.activity-history-wrapper h4 {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.activity-history-wrapper .activity-item {
    border-top: 1px solid #c6dae0;
    padding-top: 8px;
    margin-top: 8px;
}

.activity-history-wrapper .col-lg-4:nth-child(1) .activity-item,
.activity-history-wrapper .col-lg-4:nth-child(2) .activity-item,
.activity-history-wrapper .col-lg-4:nth-child(3) .activity-item {
    border-top: none;
    padding-top: 10px;
}

.activity-history-wrapper .activity-item h6 {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #999999;
    font-weight: normal;
}

.activity-history-wrapper h5 {
    width: 100%;
    padding: 0px 65px 0px 0px;
    margin: 0;
    font-size: 15px;
}

.activity-history-wrapper h5 span {
    float: right;
    color: #999999;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    top: 18px;
    right: 15px;
}

.otheractivities-wrapper {
    margin-top: 45px;
}



.otheractivities-wrapper h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 12px 0px;
    font-size: 18px;
    font-weight: 700;
}

.otheractivities-wrapper .col-lg-2 button {
    width: 100%;
    padding: 0;
    margin: 10px 0px;
    border: none;
    outline: none;
    background: none;
}

.otheractivities-wrapper .col-lg-2 button h6 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 5px 0px 0px 0px;
    font-size: 15px;
}

.otheractivities-wrapper .col-lg-2 button span {
    width: 65px;
    height: 65px;
    display: inline-block;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 0;
}

.badminton-court .activity-btm-buttons button,
.badminton-court .activity-header-wrapper {
    background: rgba(158, 213, 197, 1);
    background: -moz-linear-gradient(left, rgba(158, 213, 197, 1) 0%, rgba(188, 234, 213, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(158, 213, 197, 1)), color-stop(100%, rgba(188, 234, 213, 1)));
    background: -webkit-linear-gradient(left, rgba(158, 213, 197, 1) 0%, rgba(188, 234, 213, 1) 100%);
    background: -o-linear-gradient(left, rgba(158, 213, 197, 1) 0%, rgba(188, 234, 213, 1) 100%);
    background: -ms-linear-gradient(left, rgba(158, 213, 197, 1) 0%, rgba(188, 234, 213, 1) 100%);
    background: linear-gradient(to right, rgba(158, 213, 197, 1) 0%, rgba(188, 234, 213, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ed5c5', endColorstr='#bcead5', GradientType=1);
    color: #40584f;
}


.badminton-court .circle-bg {
    stroke: #cbebdb;
}

.badminton-court .circle {
    stroke: #fff !important;
}

.badminton-court .activity-header-wrapper ul li:first-child::before {
    background: #cbebdb;
}

.badminton-court .activity-header-wrapper ul li:last-child::before {
    background: #fff;
}

.flex-image-con {
    width: 106px;
    height: 106px;
    background: none;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -53px;
    top: 50%;
    margin-top: -53px;
    border-radius: 50%;
}

.flex-image-con img {
    width: 150px;
    height: 150px;
    left: 0%;
    margin-left: -45px;
    position: relative;
    animation-name: batminton-animations;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    transform-origin: center;
}

.otheractivity-swimmingpool {
    background: rgba(170, 196, 255, 1);
    background: -moz-linear-gradient(-45deg, rgba(170, 196, 255, 1) 0%, rgba(210, 218, 255, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(170, 196, 255, 1)), color-stop(100%, rgba(210, 218, 255, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(170, 196, 255, 1) 0%, rgba(210, 218, 255, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(170, 196, 255, 1) 0%, rgba(210, 218, 255, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(170, 196, 255, 1) 0%, rgba(210, 218, 255, 1) 100%);
    background: linear-gradient(135deg, rgba(170, 196, 255, 1) 0%, rgba(210, 218, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aac4ff', endColorstr='#d2daff', GradientType=1);
}

.otheractivity-swimmingpool img {
    height: 65px;
    position: relative;
    top: 8px;
    right: 10px;
}

.otheractivity-badmintoncourt {
    background: rgba(158, 213, 197, 1);
    background: -moz-linear-gradient(-45deg, rgba(158, 213, 197, 1) 0%, rgba(204, 239, 224, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(158, 213, 197, 1)), color-stop(100%, rgba(204, 239, 224, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(158, 213, 197, 1) 0%, rgba(204, 239, 224, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(158, 213, 197, 1) 0%, rgba(204, 239, 224, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(158, 213, 197, 1) 0%, rgba(204, 239, 224, 1) 100%);
    background: linear-gradient(135deg, rgba(158, 213, 197, 1) 0%, rgba(204, 239, 224, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ed5c5', endColorstr='#ccefe0', GradientType=1);
}

.otheractivity-badmintoncourt img {
    height: 120px;
    position: relative;
    top: 5px;
    right: 20px;
}

.otheractivity-footballcourt {
    background: rgba(230, 222, 154, 1);
    background: -moz-linear-gradient(-45deg, rgba(230, 222, 154, 1) 0%, rgba(244, 239, 182, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(230, 222, 154, 1)), color-stop(100%, rgba(244, 239, 182, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(230, 222, 154, 1) 0%, rgba(244, 239, 182, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(230, 222, 154, 1) 0%, rgba(244, 239, 182, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(230, 222, 154, 1) 0%, rgba(244, 239, 182, 1) 100%);
    background: linear-gradient(135deg, rgba(230, 222, 154, 1) 0%, rgba(244, 239, 182, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6de9a', endColorstr='#f4efb6', GradientType=1);
}

.otheractivity-footballcourt img {
    height: 65px;
    position: relative;
    top: 10px;
    left: 10px;
}

.otheractivity-gymnasiumcourt {
    background: rgba(170, 170, 170, 1);
    background: -moz-linear-gradient(-45deg, rgba(170, 170, 170, 1) 0%, rgba(203, 203, 203, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(170, 170, 170, 1)), color-stop(100%, rgba(203, 203, 203, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(170, 170, 170, 1) 0%, rgba(203, 203, 203, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(170, 170, 170, 1) 0%, rgba(203, 203, 203, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(170, 170, 170, 1) 0%, rgba(203, 203, 203, 1) 100%);
    background: linear-gradient(135deg, rgba(170, 170, 170, 1) 0%, rgba(203, 203, 203, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaaa', endColorstr='#cbcbcb', GradientType=1);
}

.otheractivity-gymnasiumcourt img {
    height: 75px;
    position: relative;
    top: 10px;
    right: 10px;
}

.profileheader-wrap {
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
}

.profileheader-wrap .percentage {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 900;
    background: var(--PrimaryColor);
    color: #fff;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: 700;
    border-radius: 10px;
}

.profileheader-wrap .editbtn {
    width: 50px;
    height: 50px;
    background: #cde6ec;
    position: absolute;
    top: 0px;
    color: var(--PrimaryColor);
    border-radius: 50%;
    right: 0px;
    border: none;
    outline: none;
    z-index: 1020;
}

.profileheader-wrap h6 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 30px 0px;
    color: var(--LightTextColor);
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}

.profileheader-wrap h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 5px 0px;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.profileheader-wrap .flex-wrapper {
    position: relative;
    width: 120px;
    height: 120px;
    left: 50%;
    margin-left: -60px;
    margin-bottom: 5px;
}

.profileheader-wrap .circle-bg {
    stroke-width: 1;
    stroke: #d3e9ee;
}

.profileheader-wrap .circle {
    stroke-width: 1;


}

.profileheader-wrap .profilepic {
    width: 108px;
    height: 108px;
    background: url(../img/profile-pic-bg.jpg) no-repeat #bbdde5;
    position: absolute;
    left: 6px;
    top: 6px;
    border-radius: 50%;
    overflow: hidden;
}

.profileheader-wrap .profilepic img {
    width: 100%;
    height: 108px;
    object-fit: cover;
}

.card-watch-band {
    margin-top: 35px;
}

.card-watch-band h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    font-size: 15px;
    color: #333333;
    font-weight: 700;
}

.card-watch-band .col-4 button {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: none;
}

.card-watch-band .col-4 button h6 {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.card-watch-band .col-4 button span {
    width: 70px;
    height: 70px;
    background: #e8f3f6;
    border-radius: 3px;
    display: inline-block;
    transition-duration: 0.3s;

}

.card-watch-band .card-btn span {
    background: url(../img/card-icon.png) no-repeat rgba(29, 141, 167, 0.1) !important;
    background-size: 100%;
}

.card-watch-band .card-btn:hover span {
    background: url(../img/card-icon.png) no-repeat var(--PrimaryColor) !important;
    background-position-y: -70px !important;

}

.card-watch-band .watch-btn span {
    background: url(../img/watch-icon.png) no-repeat rgba(29, 141, 167, 0.1) !important;
    background-size: 100%;
}

.card-watch-band .watch-btn:hover span {
    background: url(../img/watch-icon.png) no-repeat var(--PrimaryColor) !important;
    background-position-y: -70px !important;

}

.card-watch-band .band-btn span {
    background: url(../img/band-icon.png) no-repeat rgba(29, 141, 167, 0.1) !important;
    background-size: 100%;
}

.card-watch-band .band-btn:hover span {
    background: url(../img/band-icon.png) no-repeat var(--PrimaryColor) !important;
    background-position-y: -70px !important;

}

.family-members-wrap h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    font-size: 15px;
    color: #333333;
    font-weight: 700;
    position: relative;
}

.family-members-wrap {
    margin-top: 35px;

}

.family-members-wrap .col-4 {
    text-align: center;
}

.family-members-wrap button {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: none;
    text-align: center;
}

.family-members-wrap button p {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: normal;
    color: var(--LightTextColor);
}

.family-members-wrap button h6 {
    width: 100%;
    padding: 0;
    margin: 2px 0px 3px 0px;
    font-size: 14px;
    line-height: normal;
    color: var(--TextColor);
}

.family-members-wrap button span {
    width: 70px;
    height: 70px;
    background: #e8f3f6;
    border-radius: 3px;
    display: inline-block;
    overflow: hidden;
}

.family-members-wrap button span img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.card-description-wrap {
    width: 100%;
    height: auto;
    padding: 20px 20px 40px 20px;
    background: rgba(29, 141, 167, 0.1);
    border-radius: 3px;
    position: relative;
    margin-top: 10px;
}

.card-description-wrap h6 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 4px 0px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.card-description-wrap h5 {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    color: var(--LightTextColor);
    font-size: 14px;
    font-weight: normal;
}

.card-description-wrap .closebtn {
    width: 70px;
    height: 5px;
    background: #bfdfe6;
    border: none;
    outline: none;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: 10px;
    border-radius: 3px;
}

.card-description-wrap .closebtn:hover {
    background: var(--OrangeColor);
}

.card-description-wrap .switch-control {
    position: absolute;
    top: 20px;
    right: 20px;
}

.mobilehome-bg {

    min-height: 100vh;
    padding-bottom: 100px;
}

/* .mobilehome-bg:before {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(241, 241, 241, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
    position: fixed;
    width: 100%;
    content: '';
    height: 100vh;
    z-index: -1;

} */

.footer-wrapper {
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 1030;
}

.footer-wrapper .col-lg-5 {
    position: relative;
    height: 72px;
    background: url(../img/footer-bg.svg) no-repeat bottom;
    background-size: auto 72px;

}

.footer-wrapper .col-lg-5 .col-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.footer-wrapper .col-lg-5 .col-6 button {
    padding: 12px 0px 0px 0px;
    margin: 0px;
    border: none;
    outline: none;
    width: 100%;
    background: none;
    color: #6f6d6d;
    min-height: 72px;
    transition-duration: 0.3s;

}

.footer-wrapper .col-lg-5 .col-6 button h6 {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 11px;
}

.footer-wrapper .col-lg-5 .col-6 button:hover {
    color: var(--OrangeColor);
}

.footer-wrapper .col-lg-5 .activity-button {
    width: 70px;
    height: 70px;
    position: relative;
    left: 50%;
    bottom: 15px;

    background: url(../img/activity-icon.png) no-repeat var(--OrangeColor);
    border-radius: 50%;
    padding: 0;
    margin: 0;
    margin-left: -35px;
    border: 5px solid #fff;
    outline: none;

    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);

}

.toparea-btns .btnstyle {
    width: 100%;
    padding: 0;
    margin: 12px 0px;
    text-align: center;
    border: none;
    outline: none;
    background: none;
}

.toparea-btns .btnstyle:focus h6 {
    color: var(--PrimaryColor);
}

.toparea-btns .col-3 {
    padding-left: 0px;
    padding-right: 0px;
}

.toparea-btns button h6 {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 13px;
    color: #333333;
}

.toparea-btns button span {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;

    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);


}

.toparea-btns button span img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.toparea-btns {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(241, 241, 241, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.toparea-btns:after {
    width: 230px;
    height: 5px;
    background: #e5e5e5;
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -115px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.balance-con {
    width: 100%;
    position: relative;
    padding-left: 40px;
    float: left;
    margin-top: 10px;
}

.balance-con img {
    width: 27px;
    height: 28px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.balance-con h6 {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #666666;
}

.balance-con h4 {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #333333;
}


.notification-header-con {
    width: 40px;
    height: 40px;
    float: right;
    padding: 0;
    margin: 6px 35px 0px 0px;
    border: none;
    position: relative;
    outline: none;
    background: none;
    color: #333333;
}

.notification-header-con.active:before {
    width: 6px;
    height: 6px;
    position: absolute;
    top: 11px;
    right: 9px;
    content: '';
    background: var(--OrangeColor);
    border-radius: 50%;
    border: 1px solid #fff;
}

.notification-header-con:focus {
    color: var(--OrangeColor);
}

.offers-wrapper-div {
    margin-top: 30px;
}

.offers-wrapper-div .col-lg-5 img {
    width: 100%;
    border-radius: 12px;
}

.offers-wrapper-div h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 15px;
    color: #333333;
    font-weight: 700;
}

.offers-horizontal-scroll {
    overflow-y: auto;
    white-space: nowrap;
    display: block;
    margin-left: -6px;
    margin-right: -6px;
}

.offers-horizontal-scroll::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.offers-horizontal-scroll .col-10 {
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
}

.offers-horizontal-scroll .col-10 img {
    border-radius: 12px;
}

.toparea-btns .profile-pic-con {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: inline-block;
    float: right;
    position: relative;
}



.profile-pic-con .flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
    width: 50px;
    height: 50px;

}

.profile-pic-con .single-chart {
    width: 100%;
    position: relative;
    left: 0%;
    justify-content: space-around;
}

.profile-pic-con .circular-chart {
    display: block;
    margin: 0px auto;
    max-width: 100%;
    max-height: 250px;
}

.profile-pic-con .circle-bg {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
}

.profile-pic-con .circle {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.profile-pic-con .circular-chart.orange .circle {
    stroke: var(--OrangeColor);
}


.profile-pic-con .propic-div {
    width: 46px;
    height: 46px;
    /* background: var(--TextColor); */
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    overflow: hidden;
}

.profile-pic-con .propic-div img {
    width: 46px;
    height: 46px;
    object-fit: cover;
}

.sidebarwrapper {
    width: 320px;
    height: 100vh;
    position: fixed;
    left: -340px;
    top: 0px;
    z-index: 1010;
    background: rgba(255, 255, 255, 0.95);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.95) 0%, rgba(241, 241, 241, 0.95) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.95)), color-stop(100%, rgba(241, 241, 241, 0.95)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.95) 0%, rgba(241, 241, 241, 0.95) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.95) 0%, rgba(241, 241, 241, 0.95) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.95) 0%, rgba(241, 241, 241, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(241, 241, 241, 0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);

    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
    padding-bottom: 100px;
    padding-top: 40px;
    transition-duration: 0.3s;

}

.sidebarwrapper.viewmenu {
    left: 0px;
}

.sidebarwrapper ul {
    width: 100%;
    padding: 0px 25px;
    margin: 0;
    display: block;
}

.sidebarwrapper li {
    list-style: none;
    padding: 0px 10px;
    margin: 0;
    width: 100%;
    line-height: normal;
}

.sidebarwrapper li a {
    width: 100%;
    position: relative;
    font-size: 14px;
    color: var(--LightTextColor);
    line-height: normal;
    padding: 12px 0px 12px 30px;
    display: inline-block;
}

.sidebarwrapper li a i {
    color: var(--PrimaryColor);
    position: absolute;
    left: 0px;
    top: 13px;
}

.sidebarwrapper li a:hover,
.sidebarwrapper li a:focus {
    text-decoration: none;
    color: var(--PrimaryColor);
}

.sidebarwrapper hr {
    padding: 0;
    margin: 15px 0px;
    width: 100%;
    border: none;
    border-bottom: 1px dashed #cccccc;
}

.sidebarwrapper .closebtn {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: var(--PrimaryColor);
    color: #fff;
    border: none;
    outline: none;
    font-size: 12px;
}

.innerpage-header-wrap {
    width: 100%;
    position: fixed;
    z-index: 1005;
    height: 45px;
    transition-duration: 0.3s;
    left: 0px;
    top: 0px;
}

.innerpage-header-wrap .col-lg-5 {
    position: relative;
}

.innerpage-header-wrap .col-lg-5 h4 {
    height: 45px;
    line-height: 45px;
    padding: 0px 0px 0px 40px;
    margin: 0px;
    font-size: 15px;
}

.innerpage-header-wrap button {
    width: 45px;
    height: 45px;
    border: none;
    outline: none;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 13px;
    background: none;
}

.innerpage-header-wrap button:focus {
    background: var(--PrimaryColor);
    color: #fff;
}

.service-item .book-btn {
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 3px;
    margin: 0;
    font-weight: 500;
    background: var(--TextColor);
    color: #fff;
    width: auto;
    display: inline-block;
}

.service-item.swimming-item .book-btn {
    background: rgba(170, 196, 255, 1);
    background: -moz-linear-gradient(-45deg, rgba(170, 196, 255, 1) 0%, rgba(210, 218, 255, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(170, 196, 255, 1)), color-stop(100%, rgba(210, 218, 255, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(170, 196, 255, 1) 0%, rgba(210, 218, 255, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(170, 196, 255, 1) 0%, rgba(210, 218, 255, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(170, 196, 255, 1) 0%, rgba(210, 218, 255, 1) 100%);
    background: linear-gradient(135deg, rgba(170, 196, 255, 1) 0%, rgba(210, 218, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aac4ff', endColorstr='#d2daff', GradientType=1);
    z-index: 0;
    color: #336699;
}


.service-item.badminton-item .book-btn {
    background: rgba(158, 213, 197, 1);
    background: -moz-linear-gradient(-45deg, rgba(158, 213, 197, 1) 0%, rgba(204, 239, 224, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(158, 213, 197, 1)), color-stop(100%, rgba(204, 239, 224, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(158, 213, 197, 1) 0%, rgba(204, 239, 224, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(158, 213, 197, 1) 0%, rgba(204, 239, 224, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(158, 213, 197, 1) 0%, rgba(204, 239, 224, 1) 100%);
    background: linear-gradient(135deg, rgba(158, 213, 197, 1) 0%, rgba(204, 239, 224, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ed5c5', endColorstr='#ccefe0', GradientType=1);

    z-index: 0;

    color: #339966;
}

.service-item.football-item .book-btn {
    background: rgba(230, 222, 154, 1);
    background: -moz-linear-gradient(-45deg, rgba(230, 222, 154, 1) 0%, rgba(244, 239, 182, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(230, 222, 154, 1)), color-stop(100%, rgba(244, 239, 182, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(230, 222, 154, 1) 0%, rgba(244, 239, 182, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(230, 222, 154, 1) 0%, rgba(244, 239, 182, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(230, 222, 154, 1) 0%, rgba(244, 239, 182, 1) 100%);
    background: linear-gradient(135deg, rgba(230, 222, 154, 1) 0%, rgba(244, 239, 182, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6de9a', endColorstr='#f4efb6', GradientType=1);


    z-index: 0;

    color: #999933;
}


.service-item.gymnasium-item .book-btn {
    background: rgba(170, 170, 170, 1);
    background: -moz-linear-gradient(-45deg, rgba(170, 170, 170, 1) 0%, rgba(203, 203, 203, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(170, 170, 170, 1)), color-stop(100%, rgba(203, 203, 203, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(170, 170, 170, 1) 0%, rgba(203, 203, 203, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(170, 170, 170, 1) 0%, rgba(203, 203, 203, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(170, 170, 170, 1) 0%, rgba(203, 203, 203, 1) 100%);
    background: linear-gradient(135deg, rgba(170, 170, 170, 1) 0%, rgba(203, 203, 203, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaaa', endColorstr='#cbcbcb', GradientType=1);


    z-index: 0;

    color: #666666;
}





.service-item h6 {
    width: 100%;
    padding: 0;
    margin: 0;
    color: #6f6d6d;
    font-size: 13px;
}

.f-nav {
    background: rgba(255, 255, 255, 0.94);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);


}

.inner-page-padding {
    padding-top: 45px;
}


.topup-toparea {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(241, 241, 241, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.button-style {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    background: var(--OrangeColor);
    border-radius: 4px;
    border: none;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
}

.button-style:focus {
    background: var(--PrimaryColor);
}

.topup-toparea ul {
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px;
    float: left;

}

.topup-toparea ul li {
    list-style: none;
    padding: 4px 4px;
    margin: 0;
    display: inline-block;
    float: left;
    width: 20%;

}

.topup-toparea ul li button {
    width: 100%;
    padding: 4px 0px;
    margin: 0;
    background: none;
    outline: none;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    border: 1px solid #999999;
    color: var(--LightTextColor);
    border-radius: 3px;
}

.topup-toparea ul li button:focus {
    background: var(--PrimaryColor);
    border-color: var(--PrimaryColor);
    color: #fff;
}

.topup-toparea h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 5px 0px;
    font-size: 15px;
    color: #333333;
    font-weight: 700;
}

.topup-toparea .available-balance h6 {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #666666;
    text-align: center;
}

.topup-toparea .available-balance h4 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 2px 0px 0px 0px;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}


.topup-toparea .available-balance span {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}

.topup-toparea .available-balance span img {
    display: inline-block;
}

.topup-toparea input {
    width: 100%;
    text-align: center;
    border: none;
    border-bottom: 2px solid #999999;
    font-size: 24px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    color: var(--TextColor);
    outline: none;
    transition-duration: 0.3s;
    margin: 30px 0px;
}

.topup-toparea input:focus {
    border-color: var(--OrangeColor);
}

.transaction-history ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.transaction-history ul li {
    width: 100%;
    padding: 0px 0px 8px 0px;
    margin: 0px 0px 8px 0px;
    list-style: none;
    border-bottom: 1px dashed #cccccc;
}

.transaction-history ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.transaction-history ul li button {
    width: 100%;
    padding: 0px 60px 0px 48px;
    margin: 0;
    position: relative;
    border: none;
    outline: none;
    background: none;
    text-align: left;
}

.transaction-history ul li button h5 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 3px 0px;
    font-size: 15px;
    color: #333333;
    font-weight: 700;
    transition-duration: 0.3s;
}

.transaction-history ul li button h6 {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
}

.transaction-history ul li button span {
    position: absolute;
    top: 7px;
    right: 0px;
    font-size: 15px;
    font-weight: 600;
    color: var(--TextColor);
}

.transaction-history ul li button span i {
    font-size: 13px;
}

.transaction-history ul li button font {
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(29, 141, 167, 0.15);
    width: 36px;
    line-height: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    color: var(--PrimaryColor);
}

.transaction-history ul li button:hover h5 {
    color: var(--OrangeColor);
}

.transaction-history {
    margin-top: 25px;
}

.transaction-history h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    font-size: 15px;
    color: #333333;
    font-weight: 700;
    position: relative;
}

.transaction-history h4 button {
    float: right;
    padding: 2px;
    margin: 0;
    border: none;
    outline: none;
    background: none;
    font-size: 13px;
    font-weight: 600;
    color: var(--PrimaryColor);

}

.transaction-history h4 button:hover {
    color: var(--OrangeColor);
}

.profile-bg-wrap {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(241, 241, 241, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}


.family-members-wrap .addmember-btn {
    float: right;
    padding: 2px;
    margin: 0;
    border: none;
    outline: none;
    background: none;
    font-size: 13px;
    font-weight: 600;
    color: var(--PrimaryColor);
    width: auto;
}

.family-members-wrap .addmember-btn:hover {
    color: var(--OrangeColor);
}

.feedback-item {
    width: 100%;
    position: relative;
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.feedback-item:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.feedback-item h5 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 15px;
    color: #333333;
    font-weight: 600;
}

.star-feedback {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
}

.star-feedback li {
    list-style: none;
    display: inline-block;
}

.star-feedback li button {
    padding: 0px 10px;
    margin: 0;
    font-size: 18px;
    border: none;
    outline: none;
    background: none;
    color: #cde6ec;
}

.star-feedback li button:focus,
.star-feedback li button:hover {
    color: var(--PrimaryColor);
}

.star-feedback li button.active {
    color: var(--PrimaryColor);
}

.smiley-feedback {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
}

.smiley-feedback li {
    list-style: none;
    display: inline-block;
    margin-right: 18px;
}

.smiley-feedback li:nth-child(2) button {
    background-position-x: -24px;
}

.smiley-feedback li:nth-child(3) button {
    background-position-x: -48px;
}

.smiley-feedback li:nth-child(4) button {
    background-position-x: -72px;
}

.smiley-feedback li:nth-child(5) button {
    background-position-x: -96px;
}

.smiley-feedback li button {
    padding: 0px 0px;
    margin: 0;
    width: 24px;
    height: 24px;
    background: url(../img/smiley-icons.png) no-repeat;
    font-size: 18px;
    border: none;
    outline: none;
}

.smiley-feedback li button:hover,
.smiley-feedback li button.active {
    background-position-y: -24px;
}



@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
    .service-item {
        padding-left: 15px;
    }

    .activity-history-wrapper .col-lg-4:nth-child(3) .activity-item {
        border-top: 1px solid #c6dae0;
        padding-top: 8px;
        margin-top: 8px;
    }

    .otheractivities-wrapper .row {
        overflow-y: auto;
        white-space: nowrap;
        display: block;
    }

    .otheractivities-wrapper .row::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

    .otheractivities-wrapper .row .col-lg-2 {
        display: inline-block;
    }
}

@media screen and (max-width: 520px) {
    .headericons-row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .headericons-row .col-lg-2 {
        padding-left: 5px;
        padding-right: 5px;
    }



    .header-btn h6 {
        font-size: 12px;
    }

    .header-btn span img {
        width: 40px;
        height: 40px;
    }

    .header-btn h6 {
        margin-top: 10px;
    }

    .headericons-row {
        overflow-y: auto;
        white-space: nowrap;
        display: block;
    }

    .headericons-row::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

    .headericons-row .col-3 {
        display: inline-block;
        color: white;
    }

    .header-wrapper {
        background-size: 60%;
    }

    .wallfooter-wrap {
        display: block;
        visibility: visible;
    }

    .menubars {
        display: none;
        visibility: hidden;
    }

    .offers-header button svg {
        height: 15px;
    }

    .bell-notification {
        display: none;
        visibility: hidden;
    }

    .planboxitem {
        min-height: auto;
    }

    .otheractivities-wrapper .col-lg-2 button h6 {
        white-space: normal;
        font-size: 12px;
    }

    .activity-history-wrapper .col-lg-4:nth-child(2) .activity-item {
        border-top: 1px solid #c6dae0;
        padding-top: 8px;
        margin-top: 8px;
    }

    .activity-history-wrapper {
        background: none;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 30px;
        margin-bottom: 170px;
    }

    .activity-history-wrapper h4,
    .otheractivities-wrapper h4 {
        font-size: 16px;
    }

    .otheractivities-wrapper {
        margin-top: 30px;
        background: #fff;
        width: 100%;
        position: fixed;
        left: 0px;
        bottom: 41px;
        padding-top: 10px;
    }

    .activity-history-wrapper h5 {
        font-size: 14px;
    }

    .profileheader-wrap .editbtn {
        right: 15px;
        top: 0px;
    }


}

@media screen and (max-width: 360px) {}